-
Notifications
You must be signed in to change notification settings - Fork 20
Bump the connectrelated group with 4 updates #394
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
smaye81
merged 4 commits into
main
from
dependabot/npm_and_yarn/connectrelated-2f0bbee221
Aug 2, 2024
Merged
Bump the connectrelated group with 4 updates #394
smaye81
merged 4 commits into
main
from
dependabot/npm_and_yarn/connectrelated-2f0bbee221
Aug 2, 2024
+29
−29
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Bumps the connectrelated group with 4 updates: [@bufbuild/buf](https://github.com/bufbuild/buf), [@bufbuild/protobuf](https://github.com/bufbuild/protobuf-es/tree/HEAD/packages/protobuf), [@bufbuild/protoc-gen-es](https://github.com/bufbuild/protobuf-es/tree/HEAD/packages/protoc-gen-es) and [@bufbuild/protoplugin](https://github.com/bufbuild/protobuf-es/tree/HEAD/packages/protoplugin). Updates `@bufbuild/buf` from 1.34.0 to 1.35.1 - [Release notes](https://github.com/bufbuild/buf/releases) - [Changelog](https://github.com/bufbuild/buf/blob/main/CHANGELOG.md) - [Commits](bufbuild/buf@v1.34.0...v1.35.1) Updates `@bufbuild/protobuf` from 1.10.0 to 2.0.0 - [Release notes](https://github.com/bufbuild/protobuf-es/releases) - [Commits](https://github.com/bufbuild/protobuf-es/commits/v2.0.0/packages/protobuf) Updates `@bufbuild/protoc-gen-es` from 1.10.0 to 2.0.0 - [Release notes](https://github.com/bufbuild/protobuf-es/releases) - [Commits](https://github.com/bufbuild/protobuf-es/commits/v2.0.0/packages/protoc-gen-es) Updates `@bufbuild/protoplugin` from 1.10.0 to 2.0.0 - [Release notes](https://github.com/bufbuild/protobuf-es/releases) - [Commits](https://github.com/bufbuild/protobuf-es/commits/v2.0.0/packages/protoplugin) --- updated-dependencies: - dependency-name: "@bufbuild/buf" dependency-type: direct:production update-type: version-update:semver-minor dependency-group: connectrelated - dependency-name: "@bufbuild/protobuf" dependency-type: direct:production update-type: version-update:semver-major dependency-group: connectrelated - dependency-name: "@bufbuild/protoc-gen-es" dependency-type: direct:production update-type: version-update:semver-major dependency-group: connectrelated - dependency-name: "@bufbuild/protoplugin" dependency-type: direct:production update-type: version-update:semver-major dependency-group: connectrelated ... Signed-off-by: dependabot[bot] <support@github.com>
8a2be7f
to
93f0a48
Compare
Bumps the reactquery group with 2 updates in the / directory: [@tanstack/react-query](https://github.com/TanStack/query/tree/HEAD/packages/react-query) and [@tanstack/react-query-devtools](https://github.com/TanStack/query/tree/HEAD/packages/react-query-devtools). Updates `@tanstack/react-query` from 5.40.0 to 5.51.16 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/TanStack/query/releases"><code>@tanstack/react-query</code>'s releases</a>.</em></p> <blockquote> <h2>v5.51.16</h2> <p>Version 5.51.16 - 7/31/24, 9:08 AM</p> <h2>Changes</h2> <h3>Fix</h3> <ul> <li>svelte-query: ensure compatibility with NodeNext (<a href="https://github.com/TanStack/query/tree/HEAD/packages/react-query/issues/7825">#7825</a>) (01e63a5) by Lachlan Collins</li> </ul> <h3>Chore</h3> <ul> <li>deps: lock file maintenance (<a href="https://github.com/TanStack/query/tree/HEAD/packages/react-query/issues/7819">#7819</a>) (74f10b7) by renovate[bot]</li> <li>deps: update dependency react-intersection-observer to v9 (<a href="https://github.com/TanStack/query/tree/HEAD/packages/react-query/issues/7818">#7818</a>) (e2315cc) by renovate[bot]</li> <li>deps: update all non-major dependencies (<a href="https://github.com/TanStack/query/tree/HEAD/packages/react-query/issues/7817">#7817</a>) (4cdc2c8) by renovate[bot]</li> <li>deps: use prettier v3.3.3 (<a href="https://github.com/TanStack/query/tree/HEAD/packages/react-query/issues/7816">#7816</a>) (216a926) by Lachlan Collins</li> </ul> <h3>Test</h3> <ul> <li>svelte-query: add refetch test for createQuery (<a href="https://github.com/TanStack/query/tree/HEAD/packages/react-query/issues/7810">#7810</a>) (461876a) by Lachlan Collins</li> </ul> <h3>Ci</h3> <ul> <li>renovate: ignore vue2 and vue2.7 (6993177) by Lachlan Collins</li> <li>renovate: add renovate config (<a href="https://github.com/TanStack/query/tree/HEAD/packages/react-query/issues/7813">#7813</a>) (6d8d203) by Lachlan Collins</li> </ul> <h3>Docs</h3> <ul> <li>svelte-query: add persist to basic example (<a href="https://github.com/TanStack/query/tree/HEAD/packages/react-query/issues/7807">#7807</a>) (99f1250) by Lachlan Collins</li> <li>solid-query: fix quick-start example (<a href="https://github.com/TanStack/query/tree/HEAD/packages/react-query/issues/7770">#7770</a>) (fcac011) by <a href="https://github.com/manudeli"><code>@manudeli</code></a></li> <li>typedoc: use sub-folders for reference docs (<a href="https://github.com/TanStack/query/tree/HEAD/packages/react-query/issues/7803">#7803</a>) (f2fd318) by Lachlan Collins</li> <li>examples: Fix small errors in svelte examples (<a href="https://github.com/TanStack/query/tree/HEAD/packages/react-query/issues/7801">#7801</a>) (dac5da5) by Lachlan Collins</li> </ul> <h2>Packages</h2> <ul> <li><code>@tanstack/query-core</code><a href="https://github.com/5"><code>@5</code></a>.51.16</li> <li><code>@tanstack/query-devtools</code><a href="https://github.com/5"><code>@5</code></a>.51.16</li> <li><code>@tanstack/react-query</code><a href="https://github.com/5"><code>@5</code></a>.51.16</li> <li><code>@tanstack/react-query-next-experimental</code><a href="https://github.com/5"><code>@5</code></a>.51.16</li> <li><code>@tanstack/solid-query</code><a href="https://github.com/5"><code>@5</code></a>.51.16</li> <li><code>@tanstack/solid-query-devtools</code><a href="https://github.com/5"><code>@5</code></a>.51.16</li> <li><code>@tanstack/solid-query-persist-client</code><a href="https://github.com/5"><code>@5</code></a>.51.16</li> <li><code>@tanstack/svelte-query</code><a href="https://github.com/5"><code>@5</code></a>.51.16</li> <li><code>@tanstack/svelte-query-devtools</code><a href="https://github.com/5"><code>@5</code></a>.51.16</li> <li><code>@tanstack/svelte-query-persist-client</code><a href="https://github.com/5"><code>@5</code></a>.51.16</li> <li><code>@tanstack/vue-query</code><a href="https://github.com/5"><code>@5</code></a>.51.16</li> <li><code>@tanstack/vue-query-devtools</code><a href="https://github.com/5"><code>@5</code></a>.51.16</li> <li><code>@tanstack/angular-query-devtools-experimental</code><a href="https://github.com/5"><code>@5</code></a>.51.16</li> <li><code>@tanstack/angular-query-experimental</code><a href="https://github.com/5"><code>@5</code></a>.51.16</li> <li><code>@tanstack/query-broadcast-client-experimental</code><a href="https://github.com/5"><code>@5</code></a>.51.16</li> <li><code>@tanstack/query-persist-client-core</code><a href="https://github.com/5"><code>@5</code></a>.51.16</li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/TanStack/query/commit/de931d006daac85bfa9199a77af95ea4b8cc6313"><code>de931d0</code></a> release: v5.51.16</li> <li><a href="https://github.com/TanStack/query/commit/74f10b773f2b1b5f5558d9db3ade0ba1e364fb05"><code>74f10b7</code></a> chore(deps): lock file maintenance (<a href="https://github.com/TanStack/query/tree/HEAD/packages/react-query/issues/7819">#7819</a>)</li> <li><a href="https://github.com/TanStack/query/commit/ec8e800c66ebdeaf540839021f76d8ffc5ca2711"><code>ec8e800</code></a> release: v5.51.15</li> <li><a href="https://github.com/TanStack/query/commit/fec324f7e3f218751b94834f635ac8356464d485"><code>fec324f</code></a> release: v5.51.14</li> <li><a href="https://github.com/TanStack/query/commit/34a567215c0f5dae55c7e62b04026d48977c04c3"><code>34a5672</code></a> refactor(react-query): add error message for skipToken in useSuspenseQueries...</li> <li><a href="https://github.com/TanStack/query/commit/bd3296bfed9b4db1882e42fe378f2f35dc240381"><code>bd3296b</code></a> chore: Update <code>@tanstack/config</code> to v0.11.0 (<a href="https://github.com/TanStack/query/tree/HEAD/packages/react-query/issues/7795">#7795</a>)</li> <li><a href="https://github.com/TanStack/query/commit/c3dffbdeae5051f2ab1e4c89abf20104655fef29"><code>c3dffbd</code></a> release: v5.51.11</li> <li><a href="https://github.com/TanStack/query/commit/b76400966cbca0a218d6593735f046da2c78a70e"><code>b764009</code></a> fix(svelte-query): Correct data type when <code>initialData</code> is set (<a href="https://github.com/TanStack/query/tree/HEAD/packages/react-query/issues/7769">#7769</a>)</li> <li><a href="https://github.com/TanStack/query/commit/70620ec724d0dd95483e93967d63b0f0c688312e"><code>70620ec</code></a> release: v5.51.9</li> <li><a href="https://github.com/TanStack/query/commit/c1012511395a1c2e5c60e181c82c16b4cc453c89"><code>c101251</code></a> release: v5.51.5</li> <li>Additional commits viewable in <a href="https://github.com/TanStack/query/commits/v5.51.16/packages/react-query">compare view</a></li> </ul> </details> <br /> Updates `@tanstack/react-query-devtools` from 5.40.0 to 5.51.16 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/TanStack/query/releases"><code>@tanstack/react-query-devtools</code>'s releases</a>.</em></p> <blockquote> <h2>v5.51.16</h2> <p>Version 5.51.16 - 7/31/24, 9:08 AM</p> <h2>Changes</h2> <h3>Fix</h3> <ul> <li>svelte-query: ensure compatibility with NodeNext (<a href="https://github.com/TanStack/query/tree/HEAD/packages/react-query-devtools/issues/7825">#7825</a>) (01e63a5) by Lachlan Collins</li> </ul> <h3>Chore</h3> <ul> <li>deps: lock file maintenance (<a href="https://github.com/TanStack/query/tree/HEAD/packages/react-query-devtools/issues/7819">#7819</a>) (74f10b7) by renovate[bot]</li> <li>deps: update dependency react-intersection-observer to v9 (<a href="https://github.com/TanStack/query/tree/HEAD/packages/react-query-devtools/issues/7818">#7818</a>) (e2315cc) by renovate[bot]</li> <li>deps: update all non-major dependencies (<a href="https://github.com/TanStack/query/tree/HEAD/packages/react-query-devtools/issues/7817">#7817</a>) (4cdc2c8) by renovate[bot]</li> <li>deps: use prettier v3.3.3 (<a href="https://github.com/TanStack/query/tree/HEAD/packages/react-query-devtools/issues/7816">#7816</a>) (216a926) by Lachlan Collins</li> </ul> <h3>Test</h3> <ul> <li>svelte-query: add refetch test for createQuery (<a href="https://github.com/TanStack/query/tree/HEAD/packages/react-query-devtools/issues/7810">#7810</a>) (461876a) by Lachlan Collins</li> </ul> <h3>Ci</h3> <ul> <li>renovate: ignore vue2 and vue2.7 (6993177) by Lachlan Collins</li> <li>renovate: add renovate config (<a href="https://github.com/TanStack/query/tree/HEAD/packages/react-query-devtools/issues/7813">#7813</a>) (6d8d203) by Lachlan Collins</li> </ul> <h3>Docs</h3> <ul> <li>svelte-query: add persist to basic example (<a href="https://github.com/TanStack/query/tree/HEAD/packages/react-query-devtools/issues/7807">#7807</a>) (99f1250) by Lachlan Collins</li> <li>solid-query: fix quick-start example (<a href="https://github.com/TanStack/query/tree/HEAD/packages/react-query-devtools/issues/7770">#7770</a>) (fcac011) by <a href="https://github.com/manudeli"><code>@manudeli</code></a></li> <li>typedoc: use sub-folders for reference docs (<a href="https://github.com/TanStack/query/tree/HEAD/packages/react-query-devtools/issues/7803">#7803</a>) (f2fd318) by Lachlan Collins</li> <li>examples: Fix small errors in svelte examples (<a href="https://github.com/TanStack/query/tree/HEAD/packages/react-query-devtools/issues/7801">#7801</a>) (dac5da5) by Lachlan Collins</li> </ul> <h2>Packages</h2> <ul> <li><code>@tanstack/query-core</code><a href="https://github.com/5"><code>@5</code></a>.51.16</li> <li><code>@tanstack/query-devtools</code><a href="https://github.com/5"><code>@5</code></a>.51.16</li> <li><code>@tanstack/react-query</code><a href="https://github.com/5"><code>@5</code></a>.51.16</li> <li><code>@tanstack/react-query-next-experimental</code><a href="https://github.com/5"><code>@5</code></a>.51.16</li> <li><code>@tanstack/solid-query</code><a href="https://github.com/5"><code>@5</code></a>.51.16</li> <li><code>@tanstack/solid-query-devtools</code><a href="https://github.com/5"><code>@5</code></a>.51.16</li> <li><code>@tanstack/solid-query-persist-client</code><a href="https://github.com/5"><code>@5</code></a>.51.16</li> <li><code>@tanstack/svelte-query</code><a href="https://github.com/5"><code>@5</code></a>.51.16</li> <li><code>@tanstack/svelte-query-devtools</code><a href="https://github.com/5"><code>@5</code></a>.51.16</li> <li><code>@tanstack/svelte-query-persist-client</code><a href="https://github.com/5"><code>@5</code></a>.51.16</li> <li><code>@tanstack/vue-query</code><a href="https://github.com/5"><code>@5</code></a>.51.16</li> <li><code>@tanstack/vue-query-devtools</code><a href="https://github.com/5"><code>@5</code></a>.51.16</li> <li><code>@tanstack/angular-query-devtools-experimental</code><a href="https://github.com/5"><code>@5</code></a>.51.16</li> <li><code>@tanstack/angular-query-experimental</code><a href="https://github.com/5"><code>@5</code></a>.51.16</li> <li><code>@tanstack/query-broadcast-client-experimental</code><a href="https://github.com/5"><code>@5</code></a>.51.16</li> <li><code>@tanstack/query-persist-client-core</code><a href="https://github.com/5"><code>@5</code></a>.51.16</li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/TanStack/query/commit/de931d006daac85bfa9199a77af95ea4b8cc6313"><code>de931d0</code></a> release: v5.51.16</li> <li><a href="https://github.com/TanStack/query/commit/ec8e800c66ebdeaf540839021f76d8ffc5ca2711"><code>ec8e800</code></a> release: v5.51.15</li> <li><a href="https://github.com/TanStack/query/commit/fec324f7e3f218751b94834f635ac8356464d485"><code>fec324f</code></a> release: v5.51.14</li> <li><a href="https://github.com/TanStack/query/commit/c3dffbdeae5051f2ab1e4c89abf20104655fef29"><code>c3dffbd</code></a> release: v5.51.11</li> <li><a href="https://github.com/TanStack/query/commit/70620ec724d0dd95483e93967d63b0f0c688312e"><code>70620ec</code></a> release: v5.51.9</li> <li><a href="https://github.com/TanStack/query/commit/c1012511395a1c2e5c60e181c82c16b4cc453c89"><code>c101251</code></a> release: v5.51.5</li> <li><a href="https://github.com/TanStack/query/commit/5c50ca730eae9888c107965d643a175c8c63ac64"><code>5c50ca7</code></a> release: v5.51.4</li> <li><a href="https://github.com/TanStack/query/commit/eb21d1e7b6bf35e0c6213a139aced9b660916d65"><code>eb21d1e</code></a> release: v5.51.3</li> <li><a href="https://github.com/TanStack/query/commit/28af03fd72b18dc15a2d98fcec750439431bc670"><code>28af03f</code></a> chore(deps): Update dev and example dependencies (<a href="https://github.com/TanStack/query/tree/HEAD/packages/react-query-devtools/issues/7742">#7742</a>)</li> <li><a href="https://github.com/TanStack/query/commit/9726af3fb5b47d82683329da55ef098814a2b28f"><code>9726af3</code></a> release: v5.51.1</li> <li>Additional commits viewable in <a href="https://github.com/TanStack/query/commits/v5.51.16/packages/react-query-devtools">compare view</a></li> </ul> </details> <br /> Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore <dependency name> major version` will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself) - `@dependabot ignore <dependency name> minor version` will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself) - `@dependabot ignore <dependency name>` will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself) - `@dependabot unignore <dependency name>` will remove all of the ignore conditions of the specified dependency - `@dependabot unignore <dependency name> <ignore condition>` will remove the ignore condition of the specified dependency and ignore conditions </details> Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Signed-off-by: Steve Ayers <sayers@buf.build>
We can't update |
smaye81
approved these changes
Aug 2, 2024
Signed-off-by: Steve Ayers <sayers@buf.build>
smaye81
approved these changes
Aug 2, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
dependencies
Pull requests that update a dependency file
javascript
Pull requests that update Javascript code
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Bumps the connectrelated group with 4 updates: @bufbuild/buf, @bufbuild/protobuf, @bufbuild/protoc-gen-es and @bufbuild/protoplugin.
Updates
@bufbuild/buf
from 1.34.0 to 1.35.1Release notes
Sourced from
@bufbuild/buf
's releases.Changelog
Sourced from
@bufbuild/buf
's changelog.Commits
f37053e
Release v1.35.1 (#3186)9b236ca
Only check directories in workspace targeting fallback logic (#3184)8be3d05
Validate domain in buf registry login and logout (#3182)8c22e90
Fix git ref to allow branches and tags (#3095)eee05d1
Return to development (#3179)da90244
Release v1.35.0 (#3178)0b436b4
Add comments to addFuncs (#3172)8996858
Add OAuth2 client to support device flow (#3143)0d9adad
Export target framework conversion functions (#3164)afb50e1
Add new cmake registry type (#3156)Updates
@bufbuild/protobuf
from 1.10.0 to 2.0.0Release notes
Sourced from
@bufbuild/protobuf
's releases.... (truncated)
Commits
76cbbc1
Release 2.0.0 (#950)64b8e61
Switch to v2 (#948)1bb6d8a
Add keywords to package.json files (#912)5e0b35c
Add mutable registry (#899)Updates
@bufbuild/protoc-gen-es
from 1.10.0 to 2.0.0Release notes
Sourced from
@bufbuild/protoc-gen-es
's releases.... (truncated)
Commits
76cbbc1
Release 2.0.0 (#950)64b8e61
Switch to v2 (#948)1bb6d8a
Add keywords to package.json files (#912)Updates
@bufbuild/protoplugin
from 1.10.0 to 2.0.0Release notes
Sourced from
@bufbuild/protoplugin
's releases.... (truncated)
Commits
76cbbc1
Release 2.0.0 (#950)64b8e61
Switch to v2 (#948)1bb6d8a
Add keywords to package.json files (#912)Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting
@dependabot rebase
.Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebase
will rebase this PR@dependabot recreate
will recreate this PR, overwriting any edits that have been made to it@dependabot merge
will merge this PR after your CI passes on it@dependabot squash and merge
will squash and merge this PR after your CI passes on it@dependabot cancel merge
will cancel a previously requested merge and block automerging@dependabot reopen
will reopen this PR if it is closed@dependabot close
will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot show <dependency name> ignore conditions
will show all of the ignore conditions of the specified dependency@dependabot ignore <dependency name> major version
will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)@dependabot ignore <dependency name> minor version
will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)@dependabot ignore <dependency name>
will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)@dependabot unignore <dependency name>
will remove all of the ignore conditions of the specified dependency@dependabot unignore <dependency name> <ignore condition>
will remove the ignore condition of the specified dependency and ignore conditions